home *** CD-ROM | disk | FTP | other *** search
- cls
- echo off
- echo Creating Directories on drive e:...
- md e:\packet
- md e:\packet\connects
- md e:\packet\log
- md e:\packet\monitor
- echo Copying Files to hard drive...
- copy packet.exe e:\packet
- copy packet.hlp e:\packet
- copy bwcc.dll e:\packet
- copy *.txt e:\packet
- copy set_e.pet e:\packet\settings.pet
- echo PeT's Files are installed!
- echo From Windows, Add the PeT icon to your program group
- echo by using the File New command.
- echo See READ.ME file for more information.
- echo Extensive online help is available once PeT is running by
- echo Hitting the F1 Key!
- echo on
-
-